3.3.13 \(\int \frac {\cot (d (a+b \log (c x^n)))}{x} \, dx\) [213]

Optimal. Leaf size=25 \[ \frac {\log \left (\sin \left (a d+b d \log \left (c x^n\right )\right )\right )}{b d n} \]

[Out]

ln(sin(a*d+b*d*ln(c*x^n)))/b/d/n

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {3556} \begin {gather*} \frac {\log \left (\sin \left (a d+b d \log \left (c x^n\right )\right )\right )}{b d n} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cot[d*(a + b*Log[c*x^n])]/x,x]

[Out]

Log[Sin[a*d + b*d*Log[c*x^n]]]/(b*d*n)

Rule 3556

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \frac {\cot \left (d \left (a+b \log \left (c x^n\right )\right )\right )}{x} \, dx &=\frac {\text {Subst}\left (\int \cot (d (a+b x)) \, dx,x,\log \left (c x^n\right )\right )}{n}\\ &=\frac {\log \left (\sin \left (a d+b d \log \left (c x^n\right )\right )\right )}{b d n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 40, normalized size = 1.60 \begin {gather*} \frac {\log \left (\cos \left (d \left (a+b \log \left (c x^n\right )\right )\right )\right )+\log \left (\tan \left (a d+b d \log \left (c x^n\right )\right )\right )}{b d n} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cot[d*(a + b*Log[c*x^n])]/x,x]

[Out]

(Log[Cos[d*(a + b*Log[c*x^n])]] + Log[Tan[a*d + b*d*Log[c*x^n]]])/(b*d*n)

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 30, normalized size = 1.20

method result size
derivativedivides \(-\frac {\ln \left (\cot ^{2}\left (d \left (a +b \ln \left (c \,x^{n}\right )\right )\right )+1\right )}{2 n b d}\) \(30\)
default \(-\frac {\ln \left (\cot ^{2}\left (d \left (a +b \ln \left (c \,x^{n}\right )\right )\right )+1\right )}{2 n b d}\) \(30\)
risch \(i \ln \left (x \right )-\frac {2 i a}{n b}-\frac {2 i \ln \left (c \right )}{n}-\frac {2 i \ln \left (x^{n}\right )}{n}-\frac {\pi \mathrm {csgn}\left (i c \,x^{n}\right )^{3}}{n}+\frac {\pi \mathrm {csgn}\left (i c \,x^{n}\right )^{2} \mathrm {csgn}\left (i c \right )}{n}+\frac {\pi \mathrm {csgn}\left (i c \,x^{n}\right )^{2} \mathrm {csgn}\left (i x^{n}\right )}{n}-\frac {\pi \,\mathrm {csgn}\left (i c \,x^{n}\right ) \mathrm {csgn}\left (i c \right ) \mathrm {csgn}\left (i x^{n}\right )}{n}+\frac {\ln \left ({\mathrm e}^{i d \left (-i b \pi \mathrm {csgn}\left (i c \,x^{n}\right )^{3}+i b \pi \mathrm {csgn}\left (i c \,x^{n}\right )^{2} \mathrm {csgn}\left (i c \right )+i b \pi \mathrm {csgn}\left (i c \,x^{n}\right )^{2} \mathrm {csgn}\left (i x^{n}\right )-i b \pi \,\mathrm {csgn}\left (i c \,x^{n}\right ) \mathrm {csgn}\left (i c \right ) \mathrm {csgn}\left (i x^{n}\right )+2 b \ln \left (c \right )+2 b \ln \left (x^{n}\right )+2 a \right )}-1\right )}{b d n}\) \(235\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*(a+b*ln(c*x^n)))/x,x,method=_RETURNVERBOSE)

[Out]

-1/2/n/b/d*ln(cot(d*(a+b*ln(c*x^n)))^2+1)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 24, normalized size = 0.96 \begin {gather*} \frac {\log \left (\sin \left ({\left (b \log \left (c x^{n}\right ) + a\right )} d\right )\right )}{b d n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*(a+b*log(c*x^n)))/x,x, algorithm="maxima")

[Out]

log(sin((b*log(c*x^n) + a)*d))/(b*d*n)

________________________________________________________________________________________

Fricas [A]
time = 2.66, size = 35, normalized size = 1.40 \begin {gather*} \frac {\log \left (-\frac {1}{2} \, \cos \left (2 \, b d n \log \left (x\right ) + 2 \, b d \log \left (c\right ) + 2 \, a d\right ) + \frac {1}{2}\right )}{2 \, b d n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*(a+b*log(c*x^n)))/x,x, algorithm="fricas")

[Out]

1/2*log(-1/2*cos(2*b*d*n*log(x) + 2*b*d*log(c) + 2*a*d) + 1/2)/(b*d*n)

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 46 vs. \(2 (20) = 40\).
time = 2.56, size = 46, normalized size = 1.84 \begin {gather*} \begin {cases} \log {\left (x \right )} \cot {\left (a d \right )} & \text {for}\: b = 0 \\\tilde {\infty } \log {\left (x \right )} & \text {for}\: d = 0 \\\log {\left (x \right )} \cot {\left (a d + b d \log {\left (c \right )} \right )} & \text {for}\: n = 0 \\\frac {\log {\left (\sin {\left (a d + b d \log {\left (c x^{n} \right )} \right )} \right )}}{b d n} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*(a+b*ln(c*x**n)))/x,x)

[Out]

Piecewise((log(x)*cot(a*d), Eq(b, 0)), (zoo*log(x), Eq(d, 0)), (log(x)*cot(a*d + b*d*log(c)), Eq(n, 0)), (log(
sin(a*d + b*d*log(c*x**n)))/(b*d*n), True))

________________________________________________________________________________________

Giac [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*(a+b*log(c*x^n)))/x,x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

Mupad [B]
time = 3.80, size = 37, normalized size = 1.48 \begin {gather*} -\ln \left (x\right )\,1{}\mathrm {i}+\frac {\ln \left ({\mathrm {e}}^{a\,d\,2{}\mathrm {i}}\,{\left (c\,x^n\right )}^{b\,d\,2{}\mathrm {i}}-1\right )}{b\,d\,n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*(a + b*log(c*x^n)))/x,x)

[Out]

log(exp(a*d*2i)*(c*x^n)^(b*d*2i) - 1)/(b*d*n) - log(x)*1i

________________________________________________________________________________________